-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
PDEP0004: implementation #49024
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDEP0004: implementation #49024
Conversation
7c0257f
to
3da20e6
Compare
69d7d72
to
23a2d36
Compare
23a2d36
to
0d2f4cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for moving this along
0d2f4cb
to
98db2b5
Compare
cc307ab
to
ac825f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
||
pd.to_datetime(["04-01-2012 10:00"], dayfirst=True) | ||
|
||
pd.to_datetime(["14-01-2012", "01-14-2012"], dayfirst=True) | ||
pd.to_datetime(["04-14-2012 10:00"], dayfirst=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this line still necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jbrockmendel thanks for your review - any other objections? Sorry to tag, just hoping to move this forwards before more merge conflicts arise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all good here. ill take another look tomorrowish if this is still up, but if it is merged before then i wont complain
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks good. One question I might just be blanking on otherwise happy to merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I say ship it
just a couple of comments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks all! @Dr-Irv there's still a "requested changes" from you - any further comments? |
I think there are 2 things that I'd like clarification on (listing them here so I don't have to find them again): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good now - all issues resolved.
Thanks! Really appreciate all the reviews here That's 4 explicit approvals from core members, unless there's objections I'll merge soonish then - there's already 110+ messages here and it's getting hard to navigate If minor objections come up I'll address them in a follow-up, and if there's any major ones we can always revert |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.Finally ready for review - I've separated the types of changes by commit to try to make the review easier. I've also split out a few changes into precursor PRs, which have now been merged.
This changes a lot of files, but I think it's hard to split it out further
PDEP for reference: https://pandas.pydata.org/pdeps/0004-consistent-to-datetime-parsing.html